Namespace auth_flags

Properties

Link copied to clipboard
val ACCOUNT: text = "A"

Constant that represents a flag which, when added to an auth descriptor gives the user of that auth descriptor "account" privileges to the account.

These privileges allows the user to add and remove auth descriptors from the account. In many ways this is similar to giving the user super access to the account, as they will be able to add new auth descriptors with any flag, thus allowing any operation on the account.

Link copied to clipboard
val TRANSFER: text = "T"

Constant that represents a flag which, when added to an auth descriptor gives the user of that auth descriptor "transfer" privileges to the account.

Having this flag will grant the user the right to move funds that are in the account, by for example transferring or burning them.